Interface Cep

All Superinterfaces:
IPCObject
All Known Implementing Classes:
CepImpl

public interface Cep extends IPCObject
Information provided by the PKI file:

    \class Cep
    
    \brief      The description of the CEP that communicates with PT IPC.
    
    \example ipcManager().thisInstance().getCep()
    
Author:
Auto-generated
  • Method Details

    • hasPrivilege

      boolean hasPrivilege(SecurityPrivilege priv)
      Parameters:
      priv - Takes in a parameter of priv
      Returns:
      boolean Returns a boolean
    • getName

      String getName()
      Information provided by the PKI file:
      
          \brief Returns the name.
          
          \return string, the name.
          
              
      Returns:
      String Returns a String
    • getVersion

      String getVersion()
      Information provided by the PKI file:
      
          \brief Returns the version.
          
          \return string, the version.
          
              
      Returns:
      String Returns a String
    • getId

      String getId()
      Information provided by the PKI file:
      
          \brief Returns the ID name.
          
          \return string, the ID.
          
              
      Returns:
      String Returns a String
    • getDescription

      String getDescription()
      Information provided by the PKI file:
      
          \brief Returns the description.
          
          \return string, the description.
          
              
      Returns:
      String Returns a String
    • getAuthor

      String getAuthor()
      Information provided by the PKI file:
      
          \brief Returns the author.
          
          \return string, the author.
          
              
      Returns:
      String Returns a String
    • getContact

      String getContact()
      Information provided by the PKI file:
      
          \brief Returns the contact.
          
          \return string, the contact.
          
              
      Returns:
      String Returns a String